*{padding:0px; margin:0px;}
html{font-size:62.5%;}
body{font-size:14px; color:#666; font-family:"Source Han Sans CN", "Microsoft YaHei", STHeiti, Verdana, Arial, Tahoma, sans-serif;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td{margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6{list-style:none;}
input,select,button,textarea{font-size:14px; border:0; background:none; outline:none; vertical-align:middle; font-family:'Microsoft YaHei',Arial,sans-serif;}
button{overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#666; text-decoration:none;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
a:hover{color:#da5154; text-decoration:none !important;}
.clear{overflow:hidden; clear:both; height:0px;}
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background-color:#000;}
::-webkit-scrollbar-thumb{background-color:#aaa;}
::-webkit-scrollbar-thumb:hover{background-color:#5b5b5b;}
::-webkit-scrollbar-thumb:active{background-color:#da5154;}
@media only screen and (max-width:992px){
body{font-size:13px;}
input,textarea{-webkit-appearance:none; border-radius:0;}
}

@media only screen and (max-width:992px){
html.on{width:100%; height:100%; position:fixed; top:0; left:0; overflow:hidden;}
}

body{transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
@media only screen and (max-width:992px){
body.on{transform:translateX(-60%);
-webkit-transform:translateX(-60%);
-moz-transform:translateX(-60%);
-ms-transform:translateX(-60%);
-o-transform:translateX(-60%);}
}

@media only screen and (max-width:992px){
.sj_bj{width:100%; height:100%; background-color:rgba(0,0,0,.5); position:absolute; top:0; left:0; content:""; z-index:99999; display:none;}
}

.header{width:100%; padding:0 5%; background-color:rgba(255,255,255,.99); position:fixed; top:0; left:0; z-index:9999; box-shadow:0 0 10px #ddd;}
.header.on{box-shadow:0 0 10px #ddd;}
.header .logo{width:250px; float:left; margin-top:12px;}
.header .logo img{width:100%; height:auto; display:block;}
.header .search{float:right; margin-top:27px; position:relative;}
.header .search .s_s{width:36px; height:36px; border-radius:18px; background-color:#da5154; font-size:18px; line-height:36px; text-align:center; color:#fff;}
.header .search .s_c{width:198px; height:46px; background-color:#fff; border-radius:6px; box-shadow:0 0 5px #aaa; position:absolute; top:68px; right:-10px; display:none;}
.header .search input.w_z{width:140px; height:46px; padding-left:10px; line-height:46px; color:#555; float:left;}
.header .search button{width:56px; height:46px; font-size:18px; line-height:46px; text-align:center; color:#da5154; float:right;}
.header .an{position:absolute; top:50%; margin-top:-9px; right:15px; height:22px; width:36px; display:none;}
.header .an span{width:36px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:10px; left:0;}
.header .an span.a3{top:20px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:10px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:10px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .nav{float:right; margin-right:20px;}
.header .nav ul li{height:90px; margin:0 25px; float:left; position:relative;}
.header .nav ul li:after{width:0; height:2px; background-color:#da5154; position:absolute; left:50%; bottom:0; content:"";
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.header .nav ul li:hover:after{width:100%;}
.header .nav ul li.on:after{width:100%;}
.header .nav .y_j{position:relative;}
.header .nav .y_j i{display:none;}
.header .nav .y_j a{display:block; font-size:18px; line-height:90px; color:#777;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.header .nav ul li:hover .y_j a{color:#da5154;}
.header .nav ul li.on .y_j a{color:#da5154;}
.header .nav .e_j{width:120px; position:absolute; left:50%; margin-left:-60px; display:none;}
.header .nav ul li:hover .e_j{display:block;}
.header .nav .e_j a{background-color:#fff; box-shadow:0 0 2px #ddd; font-size:14px; line-height:36px; text-align:center; margin-bottom:2px; display:block;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.header .nav .e_j a:hover{background-color:#da5154; color:#fff;}
@media (min-width:992px){
.header{padding:0 3%;}
.header .nav ul li{margin:0 20px;}
.header .nav ul li a{font-size:16px;}
.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
}
@media (min-width:1200px){
.header{padding:0 5%;}
.header .nav ul li a{font-size:18px;}
.header .nav ul li{margin:0 25px;}
}
@media only screen and (max-width:992px){
.header{position:relative; padding:0; top:auto; left:auto;}
.header .logo{width:170px; margin:18px 0;}
.header .search{display:none;}
.header .an{display:block;}
.header .nav{width:60%; height:100%; padding:10px 3% 0; margin:0; background-color:#3b3b3b; height:100%; position:fixed; top:0; right:-60%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li{width:100%; height:auto; line-height:50px; text-align:left; border-bottom:1px solid rgba(255,255,255,.7); float:none; padding:10px 0; margin:0;}
.header .nav ul li:after{display:none;}
.header .nav .y_j i{display:block; width:60%; position:absolute; top:0; right:0; font-size:15px; text-align:right; color:#fff; line-height:40px; padding-right:15px; z-index:99;}
.header .nav .y_j a{font-size:15px; line-height:40px; color:#fff;}
.header .nav ul li:hover .y_j a{color:#fff;}
.header .nav ul li.on .y_j a{color:#da5154 !important;}
.header .nav .e_j{width:100%; position:relative; left:auto; margin-left:0; margin-top:5px;}
.header .nav ul li:hover .e_j{display:none;}
.header .nav .e_j a{background:none; box-shadow:none; font-size:13px; color:#fff; line-height:32px; text-align:left; text-indent:10px; margin-bottom:0;}
.header .nav .e_j a:hover{background:none;}
}

.head_h{width:100%; height:90px; background-color:#fff; overflow:hidden;}
@media only screen and (max-width:992px){
.head_h{display:none;}
}

.pc_ban{width:100%; height:calc(100vh - 90px); position:relative; overflow:hidden;}
.pc_ban .swiper-slide:after{width:0; height:4px; background-color:rgba(0,0,0,.2); position:absolute; left:0; bottom:0; content:"";
transition:all 5s;
-o-transition:all 5s;
-ms-transition:all 5s;
-moz-transition:all 5s;
-webkit-transition:all 5s;}
.pc_ban .swiper-slide-active:after{width:100%;}
.pc_ban .swiper-button-prev{width:40px; height:40px; background:url(../images/banner-l.png) no-repeat center; left:0%; margin-top:-20px; opacity:0;
background-size:40px 40px;
-webkit-background-size:40px 40px;
-moz-background-size:40px 40px;
-ms-background-size:40px 40px;
-o-background-size:40px 40px;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.pc_ban:hover .swiper-button-prev{left:2%; opacity:.5;}
.pc_ban .swiper-button-next{width:40px; height:40px; background:url(../images/banner-r.png) no-repeat center; right:0%; margin-top:-20px; opacity:0;
background-size:40px 40px;
-webkit-background-size:40px 40px;
-moz-background-size:40px 40px;
-ms-background-size:40px 40px;
-o-background-size:40px 40px;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.pc_ban:hover .swiper-button-next{right:2%; opacity:.5;}
.pc_ban .container{position:absolute; top:60%; left:25%;
transform:translate(-25%,-50%);
-webkit-transform:translate(-25%,-60%);
-moz-transform:translate(-25%,-60%);
-ms-transform:translate(-25%,-60%);
-o-transform:translate(-25%,-60%);}
.pc_ban .container.on{position:absolute; top:50%; right:-5%; left:auto; max-width:700px;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-o-transform:translateY(-50%);}
.pc_ban .w_z{width:60%;  position:relative;}
.pc_ban .w_z h2{font-size:32px; font-weight:bold; line-height:40px; margin-bottom:25px;color:#da5154;}
.pc_ban .w_z p{font-size:18px; line-height:30px; margin-bottom:35px; color:#555;}
.pc_ban .w_z .n_r a{width:120px; height:36px; border:1px solid #da5154; font-size:14px; text-align:center; color:#da5154; line-height:32px; display:block;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.pc_ban .w_z .n_r a:hover{background-color:#da5154; color:#fff;}
@media only screen and (max-width:992px){
.pc_ban{height:30vh;}
.pc_ban .container{width:100%;}
.pc_ban .container{position:absolute; top:55%;}
.pc_ban .container.on{top:55%; left:25%; right:auto;
transform:translate(-25%,-50%);
-webkit-transform:translate(-25%,-60%);
-moz-transform:translate(-25%,-60%);
-ms-transform:translate(-25%,-60%);
-o-transform:translate(-25%,-60%);}
.pc_ban .w_z{width:80%;}
.pc_ban .w_z h2{font-size:18px; font-weight:normal; line-height:26px; margin-bottom:10px;}
.pc_ban .w_z p{display:none;}
.pc_ban .w_z .n_r a{width:90px; height:28px; border:1px solid #aaa; font-size:13px; line-height:26px; color:#555;}
.pc_ban .container.on .w_z .n_r a{width:90px; height:28px; border:1px solid #da5154; font-size:13px; line-height:26px; color:#da5154;}
}

.gy_bt{text-align:center; margin-bottom:50px;}
.gy_bt h3{font-size:36px; color:#333;}
.gy_bt h4{font-size:16px; line-height:28px; color:#777; margin-top:30px;}
.gy_bt span{width:60px; height:3px; background-color:#da5154; display:block; margin:30px auto 0;}
@media only screen and (max-width:992px){
.gy_bt{margin-bottom:30px;}
.gy_bt h3{font-size:25px; margin-bottom:15px;}
.gy_bt h4{font-size:13px; line-height:24px; margin-top:15px;}
.gy_bt span{width:50px; height:2px; margin:20px auto 0;}
}

.sy_li{width:100%; padding:7px 0px;}
.sy_li ul li{float:left; width:33.33%; padding:0px 5px;}
.sy_li ul li .c_n{width:100%; overflow:hidden; position:relative;}
.sy_li ul li .c_n .t_p{width:100%; overflow:hidden;}
.sy_li ul li .c_n .t_p img{width:100%; height:auto; display:block;transition:all 5s ease-out;
-o-transition:all 5s ease-out;
-ms-transition:all 5s ease-out;
-moz-transition:all 5s ease-out;
-webkit-transition:all 5s ease-out;}
.sy_li ul li .c_n .w_z{position:absolute; top:50%; text-align:center;transform:translateY(-50%); color:#FFF; font-size:22px; width:100%; z-index:10;transition:all .5s ease-out;
-o-transition:all .5s ease-out;
-ms-transition:all .5s ease-out;
-moz-transition:all .5s ease-out;
-webkit-transition:all .5s ease-out;}
.sy_li ul li .c_n .w_z img{ margin-bottom:15px;}
.sy_li ul li .c_n .b_j{width:100%; height:100%; background:rgba(0,0,0,.3); z-index:9; position:absolute; top:0; left:0;transition:all .5s ease-out;
-o-transition:all .5s ease-out;
-ms-transition:all .5s ease-out;
-moz-transition:all .5s ease-out;
-webkit-transition:all .5s ease-out;}
.sy_li ul li .c_n a{display:block; position:absolute; left:50%;transform:translateX(-50%); bottom:-100%; width:140px; height:36px; text-align:center; line-height:36px; background:#da5154;  color:#fff; font-size:14px;transition:all .5s ease-out;
-o-transition:all .5s ease-out;
-ms-transition:all .5s ease-out;
-moz-transition:all .5s ease-out;
-webkit-transition:all .5s ease-out;
z-index:11;}
.sy_li ul li .c_n:hover .b_j{background:rgba(0,0,0,0);}
.sy_li ul li .c_n:hover .t_p img{transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);}
.sy_li ul li .c_n:hover .w_z{ top:-100%;}
.sy_li ul li .c_n:hover a{ bottom:50%;}
@media only screen and (max-width:992px){
.sy_li{padding:30px 15px;}
.sy_li ul li{padding:0;}
.sy_li ul li .c_n .w_z{font-size:18px;}
.sy_li ul li .c_n .w_z img{width:40px; margin-bottom:10px;}
}
@media only screen and (max-width:640px){
.sy_li ul li{float:none; width:100%;}
.sy_li ul li .c_n{margin-bottom:5px;}
}

.sy_xw{width:100%; padding:80px 0; background-color:#f7f7f7; overflow:hidden;}
.sy_xw .n_r{background-color:#fff; border-radius:5px; overflow:hidden;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;}
.sy_xw .n_r:hover{box-shadow:0 0 30px #ddd;
transform:translateY(-2px);
-webkit-transform:translateY(-2px);
-moz-transform:translateY(-2px);
-ms-transform:translateY(-2px);
-o-transform:translateY(-2px);}
.sy_xw .t_p{overflow:hidden;}
.sy_xw .t_p img{width:100%; height:auto; display:block;
transition:all 3s;
-webkit-transition:all 3s;
-moz-transition:all 3s;
-ms-transition:all 3s;
-o-transition:all 3s;}
.sy_xw .n_r:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.sy_xw .w_z{padding:20px 15px;}
.sy_xw .w_z h3{font-size:18px; font-weight:bold; line-height:26px; margin-bottom:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .w_z p{font-size:14px; line-height:22px; color:#999; height:66px; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-moz-line-clamp:3;
-ms-line-clamp:3;
-o-line-clamp:3;
-webkit-box-orient:vertical;}
@media only screen and (max-width:992px){
.sy_xw{padding:40px 0;}
.sy_xw .row{margin:0 -10px;}
.sy_xw .col-sm-4{padding:0 10px; margin-bottom:15px;}
.sy_xw .w_z{padding:15px 10px;}
.sy_xw .w_z h3{font-size:16px; font-weight:normal; margin-bottom:10px;}
.sy_xw .w_z p{font-size:13px; line-height:22px; height:44px;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;}
}

.sy_ly{width:100%; padding:80px 0; background:url(../images/sy_bj.jpg) no-repeat center / cover fixed; color:#fff; text-align:center;}
.sy_ly h2{font-size:32px; text-transform:uppercase; margin-bottom:30px;}
.sy_ly h4{font-size:18px; margin-top:20px;}
.sy_ly .l_y{text-align:center;}
.sy_ly .l_y input{width:360px; height:50px; background-color:#fff; border-radius:5px; background-color:#fff; border:2px solid #ddd; font-size:15px; line-height:46px; display:inline-block;}
.sy_ly .l_y button{width:120px; height:50px; background-color:#ddd; border:0; font-size:16px; line-height:40px; color:#333; outline:none;}
.sy_ly .l_y a{ display:block; width:140px; height:36px; text-align:center; margin:0 auto; line-height:36px; border:solid 1px #FFFFFF; color:#FFF; font-size:14px; margin-top:25px;transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;}
.sy_ly .l_y a:hover{ background:#da5154; color:#FFF; border:solid 1px #da5154;}
@media only screen and (max-width:992px){
.sy_ly h2{font-size:26px;}
}
@media only screen and (max-width:640px){
.sy_ly{padding:30px 0;}
.sy_ly h2{font-size:18px; line-height:30px; margin-bottom:20px;}
.sy_ly h4{font-size:15px; margin-top:20px;}
.sy_ly .l_y{text-align:center;}
.sy_ly .l_y input{width:70%; height:44px; text-align:center; font-size:22px; line-height:40px; margin-bottom:15px;}
.sy_ly .l_y button{width:70%; height:44px; line-height:44px;}
}

.ny_ban{width:100%;}
.ny_ban img{width:100%; height:auto; display:block;}

.ny_nr{width:100%; padding:60px 0; overflow:hidden;}
.ny_nr .gy_wm h1{font-size:30px; color:#000; font-weight:bold; text-align:center; line-height:46px; margin-bottom:30px;}
.ny_nr .gy_wm .n_r{color:#777; line-height:30px;}
.ny_nr .gy_wm .n_r strong{font-size:20px; color:#333; line-height:40px; font-weight:bold; margin-bottom:15px;}
.ny_nr .gy_wm .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.ny_nr .cp_lb ul{margin:0 -20px;}
.ny_nr .cp_lb ul li{padding:0 20px; margin-bottom:40px;}
.ny_nr .cp_lb .t_p{overflow:hidden;}
.ny_nr .cp_lb .t_p img{width:100%; height:auto; display:block;
transition:all 3s;
-webkit-transition:all 3s;
-moz-transition:all 3s;
-ms-transition:all 3s;
-o-transition:all 3s;}
.ny_nr .cp_lb ul li:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.ny_nr .cp_lb .w_z{padding:15px 0; font-size:18px; line-height:28px; text-align:center; margin-top:10px; background-color:#f7f7f7;}
.ny_nr .cp_lb ul li:hover .w_z a{color:#da5154;}
.ny_nr .xw_lb ul li{border-bottom:1px dotted #eaeaea; padding-bottom:30px; margin-bottom:30px;}
.ny_nr .xw_lb .t_p img{width:100%; height:auto; display:block;}
.ny_nr .xw_lb .w_z h3{font-size:18px; line-height:28px; margin-top:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .xw_lb .w_z span{font-size:14px; color:#555; display:block;}
.ny_nr .xw_lb .w_z i{color:#333; padding-right:5px;}
.ny_nr .xw_lb .w_z p{font-size:15px; line-height:24px; color:#777; height:72px; margin-top:10px; margin-bottom:10px; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-moz-line-clamp:3;
-ms-line-clamp:3;
-o-line-clamp:3;
-webkit-box-orient:vertical;}
.ny_nr .xw_lb .w_z a.x_q{width:100px; height:32px; border:1px solid #da5154; font-size:14px; text-align:center; line-height:30px; color:#da5154; display:block; margin-top:15px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.ny_nr .xw_lb .w_z a.x_q:hover{background-color:#da5154; color:#fff;}
@media only screen and (max-width:992px){
.ny_nr{padding:35px 0;}
.ny_nr .cp_lb ul{margin:0 -15px;}
.ny_nr .cp_lb ul li{padding:0 15px; margin-bottom:30px;}
.ny_nr .xw_lb ul li{padding-bottom:20px; margin-bottom:20px;}
.ny_nr .xw_lb .w_z h3{margin-top:0;}
.ny_nr .xw_lb .w_z p{font-size:14px; height:48px;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;}
}
@media only screen and (max-width:640px){
.ny_nr .cp_lb .w_z{padding:10px 0; font-size:16px;}
.ny_nr .xw_lb .row{margin:0 -5px;}
.ny_nr .xw_lb .col-xs-5{padding:0 5px;}
.ny_nr .xw_lb .col-xs-7{padding:0 5px;}
.ny_nr .xw_lb .w_z h3{font-size:15px; margin-bottom:5px;}
.ny_nr .xw_lb .w_z span{font-size:13px;}
.ny_nr .xw_lb .w_z p{font-size:13px; line-height:22px; height:22px; margin:0 0 8px;
line-clamp:1;
-webkit-line-clamp:1;
-moz-line-clamp:1;
-ms-line-clamp:1;
-o-line-clamp:1;}
.ny_nr .xw_lb .w_z a.x_q{display:none;}
}

.footer{width:100%; padding-top:50px; background:url(../images/d_bj.jpg) no-repeat center / cover fixed; line-height:30px; color:#fff;}
.footer h3{font-size:18px; color:#fff; margin-bottom:20px;}
.footer em{width:40px; height:2px; background-color:#da5154; margin-bottom:20px; display:block; opacity:.5;}
.footer p{color:#ddd;}
.footer p i{font-size:16px; vertical-align:middle; width:16px; text-align:center; margin-right:5px;}
.footer ul li a{color:#ddd;}
.footer ul li a:hover{color:#fff;}
.footer .w_m{text-align:right;}
.footer .w_m img{max-width:110px;}
.footer .b_q{margin-top:50px; border-top:1px solid rgba(255,255,255,.2); font-size:12px; padding:20px 0;}
.footer .l_f{float:left;}
.footer .r_t{float:right;}
.footer .r_t a{width:30px; height:30px; border-radius:50%; border:1px solid #ddd; font-size:14px; color:#ddd; line-height:28px; text-align:center; display:inline-block; margin-left:10px;}
.footer .r_t a:hover{background-color:#da5154; border:1px solid #da5154; color:#fff;}
@media only screen and (max-width:992px){
.footer{padding-top:35px; background:url(../images/d_bj.jpg) no-repeat center / cover; line-height:24px;}
.footer .col-sm-4{display:none;}
}
@media only screen and (max-width:640px){
.footer{margin-bottom:46px; text-align:center;}
.footer h3{margin-bottom:10px;}
.footer em{margin:0 auto 15px;}
.footer .w_m{text-align:center; margin-top:20px;}
.footer .w_m img{max-width:110px;}
.footer .b_q{margin-top:35px; padding:15px 0; text-align:center;}
.footer .l_f{float:none;}
.footer .r_t{display:none;}
}

.e_m{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.9); z-index:99999; display:none;}
.e_m .n_r{width:200px; padding:10px; background-color:#fff; position:absolute; top:50%; left:50%; text-align:center;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.e_m .n_r img{width:100%; height:auto; display:block;}
.e_m .n_r p{font-size:15px; color:#888; margin-top:10px;}
@media only screen and (max-width:992px){
.e_m .n_r{width:230px; padding:15px;}
.e_m .n_r p{font-size:15px;}
}

.pc_kf{width:46px; position:fixed; right:10px; bottom:8%; z-index:99999;}
.pc_kf .nr{width:46px; height:46px; font-size:18px; text-align:center; line-height:46px; background-color:#fff; box-shadow:0 0 2px #ddd; margin-bottom:4px; position:relative;}
.pc_kf .nr.wx{display:none;}
.pc_kf .tel{width:160px; background-color:#da5154; font-size:18px; line-height:46px; color:#fff; position:absolute; top:0; right:-160px; opacity:0;}
.pc_kf .nr:hover .tel{right:46px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .ewm{width:130px; padding:10px; background-color:#da5154; font-size:18px; line-height:46px; color:#fff; position:absolute; bottom:0; right:-180px; opacity:0;}
.pc_kf .ewm img{width:100%; height:auto; display:block;}
.pc_kf .nr:hover .ewm{right:46px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .nr a{display:block;}
.pc_kf .nr i{color:#bbb;}
.pc_kf .nr a:hover i{color:#da5154;}
.pc_kf .fh{width:46px; height:46px; background-color:#da5154; font-size:22px; text-align:center; line-height:46px; color:#fff; cursor:pointer;}
@media only screen and (max-width:640px){
.pc_kf{width:100%; background-color:#da5154; position:fixed; right:0; bottom:0;}
.pc_kf .nr{width:25%; border-right:1px solid rgba(255,255,255,.6); font-size:20px; background:none; box-shadow:none; margin-bottom:0; float:left;}
.pc_kf .nr.wx{display:block;}
.pc_kf .nr.em{display:none;}
.pc_kf .tel{display:none;}
.pc_kf .ewm{display:none;}
.pc_kf .nr a{display:block;}
.pc_kf .nr i{color:#fff;}
.pc_kf .nr a:hover i{color:#fff;}
.pc_kf .fh{width:25%; font-size:22px; float:left;}
}

.pages{width:100%; height:30px; float:left; line-height:30px; text-align:center;}
.pages a{ text-decoration:none; font-family:微软雅黑; margin-left:5px; color:#666; font-size:12px; border:solid 1px #ccc ; padding:5px 8px; }
.pages .current-page{ color:#fff; margin-left:5px; font-size:12px; border:solid 1px #da5154; background:#da5154; padding:5px 8px; }
.pages span{ text-decoration:none; font-family:微软雅黑; margin-left:5px; color:#666; font-size:12px; border:solid 1px #ccc ; padding:5px 8px; }

#right_con {
    width: 100%;
    float: left;
    line-height: 200%;
    padding: 18px;
    font-size: 14px;
    /*overflow-x:hidden;*/
}
.art_title {
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    float: left;
}
.art_title a {
    color: #000;
}
.art_title span {
    float: right;
    font-size: 14px;
    color: #959595;
}
.art_des {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #959595;
    margin-bottom: 10px;
}

@media only screen and (max-width:640px){
#right_con {
        min-height: auto;
}
.art_title a {
        float: left;
        clear: both;
}
.art_title span {
        float: left;
        clear: both;
}



}